Improve the consistency of titles. (#126193, Damon Chaplin)
authorMatthias Clasen <maclas@gmx.de>
Wed, 5 Nov 2003 23:23:05 +0000 (23:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 5 Nov 2003 23:23:05 +0000 (23:23 +0000)
Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcolorbutton.c (gtk_color_button_init):
* gtk/gtkfontbutton.c (gtk_font_button_init): Improve the
consistency of titles.  (#126193, Damon Chaplin)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcolorbutton.c
gtk/gtkfontbutton.c

index acf46e6afa2252ce0c1f568ec2f59d64548d3787..eee6b7de90029d580385617d4b46e1114902b18e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcolorbutton.c (gtk_color_button_init): 
+       * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
+       consistency of titles.  (#126193, Damon Chaplin)
+
 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
index acf46e6afa2252ce0c1f568ec2f59d64548d3787..eee6b7de90029d580385617d4b46e1114902b18e 100644 (file)
@@ -1,3 +1,9 @@
+Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcolorbutton.c (gtk_color_button_init): 
+       * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
+       consistency of titles.  (#126193, Damon Chaplin)
+
 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
index acf46e6afa2252ce0c1f568ec2f59d64548d3787..eee6b7de90029d580385617d4b46e1114902b18e 100644 (file)
@@ -1,3 +1,9 @@
+Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcolorbutton.c (gtk_color_button_init): 
+       * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
+       consistency of titles.  (#126193, Damon Chaplin)
+
 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
index acf46e6afa2252ce0c1f568ec2f59d64548d3787..eee6b7de90029d580385617d4b46e1114902b18e 100644 (file)
@@ -1,3 +1,9 @@
+Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcolorbutton.c (gtk_color_button_init): 
+       * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
+       consistency of titles.  (#126193, Damon Chaplin)
+
 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
index acf46e6afa2252ce0c1f568ec2f59d64548d3787..eee6b7de90029d580385617d4b46e1114902b18e 100644 (file)
@@ -1,3 +1,9 @@
+Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcolorbutton.c (gtk_color_button_init): 
+       * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
+       consistency of titles.  (#126193, Damon Chaplin)
+
 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
index c9cd5cdb7f2e906f9fedad254a78090212032c56..06cea22a16f873f89e2b99769dd51c2253515dd6 100644 (file)
@@ -216,7 +216,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass)
                                    g_param_spec_string ("title", 
                                                        _("Title"), 
                                                         _("The title of the color selection dialog"),
-                                                        _("Pick a color"),
+                                                        _("Pick a Color"),
                                                         (G_PARAM_READABLE | G_PARAM_WRITABLE)));
 
   /**
@@ -570,7 +570,7 @@ gtk_color_button_init (GtkColorButton *color_button)
   gtk_container_add (GTK_CONTAINER (frame), color_button->priv->drawing_area);
   gtk_widget_show (color_button->priv->drawing_area);
 
-  color_button->priv->title = g_strdup (_("Pick a color")); /* default title */
+  color_button->priv->title = g_strdup (_("Pick a Color")); /* default title */
 
   /* Create the buffer for the image so that we can create an image.  
    * Also create the picker's pixmap.
index fea8f2087e2eb2950821b7766614853e850fc9cf..7e56afa7cdb8a9a106c1780093c0834b747dbd94 100644 (file)
@@ -174,7 +174,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
                                    g_param_spec_string ("title",
                                                         _("Title"),
                                                         _("The title of the font selection dialog"),
-                                                        _("Pick a font"),
+                                                        _("Pick a Font"),
                                                         (G_PARAM_READABLE |
                                                          G_PARAM_WRITABLE)));